home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / a86a.arc / REQUIRE.DOC < prev    next >
Encoding:
Text File  |  1986-08-19  |  1.0 KB  |  23 lines

  1. ---REQUIRE.DOC---
  2.  
  3. System Reuqirements for A86
  4.  
  5. A86 requires MS-DOS V2.00 or later.  No BIOS or lower-level calls are made
  6. by A86, so A86 should run on any MS-DOS machine.  Please let me know if you
  7. find this not to be the case.
  8.  
  9. To achieve its blazing speed, A86 is something of a memory hog. A86 allocates
  10. separate segments for itself, its stack, its source file, and its output file.
  11. A86 itself now occupies about 15K; it always takes a full 64K for the stack.
  12. A86 splits the remaining available memory between its source file and its
  13. output file.  It allocates a minimum of 8K apiece; and a maximum of 64K
  14. apiece.   Thus A86 requires at least 95K; but it will consume up to 207K if
  15. available.
  16.  
  17. Careful reading of the above paragraph reveals that in a small-memory system
  18. A86 severely limits the size of source files.  But remember that this doesn't
  19. hurt you badly: you can split up source files with impunity.  A86 assembles
  20. a sequence of files as if it were a single source stream (similar to the
  21. INCLUDE facility of other assemblers).
  22.  
  23.